home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 970 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  921 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Visual C++ v 2.1 VS. other C++ programs
  5. Date: Mon, 08 Jan 1996 18:30:06 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4crnqb$kga@btree.brooktree.com>
  8. References: <4cplbi$e8t@news1.goodnet.com>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10.  
  11. mrklim@imap2.asu.edu (Joshua N. Klim) wrote:
  12.  
  13. >I am new to C++ and am just starting to learn how to use it and am wondering what the 
  14. >difference between Visual C++ (which I have) and other C++ programs like Borland C++.
  15. >                        Thanks.
  16. >                                Joshua N. Klim
  17. >                            mrklim@imap2.asu.edu
  18.  
  19. Main difference in terms of C++ is that Borland C++ 4.x implements
  20. more of C++ then VC++ 2.x.  VC++ 4.0 implements namespaces ( and RTTI
  21. ? ). But BC++ 5.0 will be much closer to the draft then VC++ 4.0. It
  22. will implement bool and mutable as well.
  23.  
  24. Regards, Alex
  25.  
  26.  
  27.